From 623c93ccc883167b65e394e19f5a3c88c7d552db Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 3 May 2023 08:49:23 -0400 Subject: [PATCH] Disable a11y for the headless tests Otherwise, we go off activating things and end up failing to launch systemd. --- tests/run-headless-input-tests.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/run-headless-input-tests.sh b/tests/run-headless-input-tests.sh index 87b206de34..fb6c97b546 100755 --- a/tests/run-headless-input-tests.sh +++ b/tests/run-headless-input-tests.sh @@ -4,14 +4,15 @@ builddir=$(pwd)/build dbus-run-session sh <&mutter.log & pid=\$! export WAYLAND_DISPLAY=gtk-test export GDK_BACKEND=wayland +export GTK_A11Y=none #export WAYLAND_DEBUG=1 export GI_TYPELIB_PATH=$builddir/gtk:/usr/lib64/girepository-1.0 -- 2.30.2